home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / xwinc100.zip / CONTRIB-.00 / CONTRIB- / contrib / examples / PEX / structdefs.h < prev    next >
C/C++ Source or Header  |  1991-02-16  |  2KB  |  37 lines

  1. /* $XConsortium: structdefs.h,v 5.1 91/02/16 09:32:41 rws Exp $ */
  2.  
  3. /***********************************************************
  4. Copyright 1989,1990, 1991 by Sun Microsystems, Inc. and the X Consortium.
  5.  
  6.                         All Rights Reserved
  7.  
  8. Permission to use, copy, modify, and distribute this software and its 
  9. documentation for any purpose and without fee is hereby granted, 
  10. provided that the above copyright notice appear in all copies and that
  11. both that copyright notice and this permission notice appear in 
  12. supporting documentation, and that the names of Sun Microsystems,
  13. the X Consortium, and MIT not be used in advertising or publicity 
  14. pertaining to distribution of the software without specific, written 
  15. prior permission.  
  16.  
  17. SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
  18. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 
  19. SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
  20. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  21. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  22. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  23. SOFTWARE.
  24.  
  25. ******************************************************************/
  26.  
  27. #ifndef STRUCT_DEFINES_H_INCLUDED
  28. #define STRUCT_DEFINES_H_INCLUDED
  29. /* types of element lists */ 
  30.  
  31. #define    NO_ELEMENTS        0
  32. #define ALL_ELEMENTS        1
  33. #define    RANGE_OF_ELEMENTS    2
  34. #define    SPECIFIED_ELEMENTS    3
  35.  
  36. #endif /* STRUCT_DEFINES_H_INCLUDED */
  37.